home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / cdsend / cdsend.h < prev    next >
C/C++ Source or Header  |  1994-08-01  |  166b  |  9 lines

  1. #include <sys/types.h>
  2. #include <cdaudio.h>
  3.  
  4. #define IN_RATE        44100
  5. #define OUT_RATE     8000
  6.  
  7. void init_convert(void);
  8. void convert_audio_and_print(short *, int, int);
  9.